From: Eli Zaretskii Date: Sat, 31 Aug 2019 06:58:45 +0000 (+0300) Subject: ; * src/floatfns.c: Don't use non-ASCII characters in comments. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1717^2~31 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3608c5f27cf9a2913a5fcc854acc267eceaa8fe2;p=emacs.git ; * src/floatfns.c: Don't use non-ASCII characters in comments. --- diff --git a/src/floatfns.c b/src/floatfns.c index 49068bee770..9049185307c 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -48,7 +48,7 @@ along with GNU Emacs. If not, see . */ #include -/* Emacs needs proper handling of ±inf; correct printing as well as +/* Emacs needs proper handling of +/-inf; correct printing as well as important packages depend on it. Make sure the user didn't specify -ffinite-math-only, either directly or implicitly with -Ofast or -ffast-math. */